From: Pavel Janík Date: Tue, 11 Dec 2001 07:29:21 +0000 (+0000) Subject: (5x5-crack-xor-mutate): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~59888 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=36912c161d0a0bc86ceb40e57c24ddb22c40add0;p=emacs.git (5x5-crack-xor-mutate): Doc fix. --- diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el index 75fdd4fcd15..abc247b34b4 100644 --- a/lisp/play/5x5.el +++ b/lisp/play/5x5.el @@ -347,8 +347,8 @@ Quit current game \\[5x5-quit-game]" ;;;###autoload (defun 5x5-crack-xor-mutate () - "Attempt to crack 5x5 by xor the current and best solution and then -mutating the result." + "Attempt to crack 5x5 by xor the current and best solution. +Mutate the result." (interactive) (5x5-crack #'5x5-make-xor-with-mutation))